home *** CD-ROM | disk | FTP | other *** search
/ Ah My Goddess / Ah My Goddess.iso / pc / stage / spin.dxr / 00049.ls < prev    next >
Encoding:
Text File  |  1997-09-08  |  499 b   |  19 lines

  1. on exitFrame
  2.   global glpictlist, gvrollover, gvpictnum, lgglpbkaku
  3.   dontPassEvent()
  4.   set gvpictnum to getPos(glpictlist, gvrollover)
  5.   repeat with lvi = 1 to 32
  6.     setAt(lgglpbkaku, lvi, gfxtorimat(0.0 + (2 * PI / 32 * (lvi - 1))))
  7.   end repeat
  8.   repeat with lvi = 35 to 45
  9.     spriteBox(lvi, 0, 0, 0, 0)
  10.   end repeat
  11.   repeat with lvi = 3 to 14
  12.     spriteBox(lvi, 0, 0, 0, 0)
  13.   end repeat
  14.   repeat with lvi = 23 to 34
  15.     spriteBox(lvi, 0, 0, 0, 0)
  16.   end repeat
  17.   spriteBox(46, 0, 0, 0, 0)
  18. end
  19.